I did some testing, and can confirm the problem. I'm not sure there's an easy fix though. Basically it looks like in IE, some bug in causing images to not show up when wrapped in a container set up similar to the cMotion's. The HTML for cMotion btw looks like this:
Code:
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
<nobr id="trueContainer"><a href="javascript:enlargeimage('dynamicbook1.gif')"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="javascript:enlargeimage('dynamicbook1.gif', 300, 300)"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="http://www.dynamicdrive.com"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="#"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="#"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="http://www.cssdrive.com/gallery/poweredbygamespy.gif" border=1></a></nobr>
</div>
</div>
The images above are wrapped in two DIV (relative than absolute DIVs). The bug pops up when the above HTML is inserted in a virtual page that's initially hidden. If you put the HTML on the first virtual page instead, you'll see that they show up just fine. If I come up with something after a bit of tinkering, I'll let you know, though you should probably look at using another slideshow within the Virtual Pagination script that doesn't use a complex containership like in cMotion.
Bookmarks